home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000125_fdc@columbia.edu_Wed Jun 5 20:30:30 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 13422 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Generic Modems
  6. Date: 5 Jun 2002 20:30:24 -0400
  7. Organization: Columbia University
  8. Lines: 32
  9. Message-ID: <admaf0$9ip$1@watsol.cc.columbia.edu>
  10. References: <b78a108a.0206051614.62d1fbe8@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1023323425 17310 128.59.39.139 (6 Jun 2002 00:30:25 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 6 Jun 2002 00:30:25 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13422
  16.  
  17. In article <b78a108a.0206051614.62d1fbe8@posting.google.com>,
  18. Ray <ray.ascani@rossswiss.com> wrote:
  19. : I am using a vb6 program to generate script for Kermit to dial.
  20. :
  21. Kermit 95, right?
  22.  
  23. : Some
  24. : of the modems Kermit will only recognize as generic. eg. Compa1
  25. : presario 56K Kermit considers it generic. When I set the modem type I
  26. : can dial but kermit disconnects immediately. I have not had any
  27. : trouble connecting with the machines that I am testing the programs
  28. : on. But, a couple of compaqs and a usrobotics Kermit does not
  29. : recognize the modem (Win 98 and 2000).
  30. Instead of setting a specific modem type or the "generic" modem type
  31. plus a specific COM port, just use:
  32.  
  33.   SET PORT TAPI
  34.  
  35. which uses the Windows API to the modem.  If you have any trouble after
  36. that, follow up to:
  37.  
  38.   kermit-support@columbia.edu
  39.  
  40. : Also what is "Kerberos 5 error: Credentials cache I/O operation failed
  41. : XXX while getting default cache". I am getting this on only one
  42. : machine.
  43. When dialing a modem???  You must have an inappropriate command in your
  44. script.
  45.  
  46. - Frank
  47.